home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / sgml / sgml2latex-format.1.3.tar.Z / sgml2latex-format.1.3.tar / rep / addrlst / labels / mapping < prev    next >
Text File  |  1993-07-23  |  1KB  |  69 lines

  1.  
  2. % addrlst replacement file for generating mailing labels in RTF format.
  3. % RTF is not generated directly. Rather, an AWK database is generated,
  4. % which is used by the maillabels shell script (in format/bin) to generate
  5. % RTF.  
  6.  
  7. % For AWK, records are separated here by carriage returns, and fields by tabs.
  8.  
  9. % author: Tom Gordon
  10. % date: 23 July 92
  11. % last modified: 23 July 93
  12.  
  13. <addrlst>    
  14. </addrlst>    
  15.  
  16. <entry>        +    ""            
  17. </entry>        ""            +
  18.  
  19. <alias>            "alias\t"
  20. </alias>        "\t"
  21.  
  22. <title>            "title\t"
  23. </title>        "\\par\t"
  24.  
  25. <name>              "name\t"
  26. </name>         "\\par\t"                
  27.  
  28. <address>               "address\t"
  29. </address>        "\\cell\t"    
  30.  
  31. <line>            
  32. </line>            "\\par "                
  33.  
  34. <street>        
  35. </street>        "\\par "
  36.  
  37. <pobox>            
  38. </pobox>        "\\par "
  39.  
  40. <city>        
  41. </city>            "\\par "
  42.  
  43. <country>    
  44. </country>        "\\par "
  45.  
  46. <email>                "email\t"
  47. </email>        "\t"
  48.  
  49. <tel>                "tel\t"
  50. </tel>            "\t"
  51.  
  52. <telex>            "telex\t"
  53. </telex>        "\t"
  54.  
  55. <fax>            "fax\t"
  56. </fax>            "\t"
  57.  
  58. <lists>            "lists\t "
  59. </lists>        " \t"
  60.  
  61. <notes>               "notes\t"
  62. </notes>        "\t"            
  63.  
  64. <date>            "date\t"
  65. </date>            "\t"
  66.  
  67.  
  68.  
  69.